Skip to content

rflamary/mltool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTool-BCI

Matlab/Octave Machine Learning Toolbox for linear classification with applications in Brain-Computer Interfaces (BCI). This toolbox is distributed with GPL license along a tutorial chapter Machine learning for BCI in the book.

Features

  • Linear models

    • Linear Discriminant Analysis (LDA)
    • Support Vector Machine (SVM)
    • Ridge Regression (RR)
  • Validation strategies

    • Hold-out
    • Random sampling
    • K-fold cross validation
    • Leave-one-out bootstrap
  • Performance measures (classification and regression)

    • Accuracy (ACC)
    • Area Under the ROC curve (AUC)
    • Cohen's Kappa (k)
    • Means Square Error (MSE)
    • Correlation coefficient (corr)
  • Demo Datasets

    • Motor Imagery (MI) with CSP features
    • P300 Speller with temporal features
    • ECoG finger movement prediction dataset

Installation

  • Download current version here
  • Extract in a subfolder
  • Add path to Matlab/Octave with "addpath(genpath('path-to-mltool'))" to execute any function in the toolbox

Short Documentation

All functions in the toolbox contain detailled documentation with parameters definition.

  • classifier folder contains all the linear models estimation functions (only binary classification)
  • performance folder contains all the performance computation functions
  • validation folder contains all the pvalidation loops
  • figures folder contains the script used for generating figures in the chapter

Aknowlegments

Datasets

Code

  • Linear SVM Solver Copyright 2006 Olivier Chapelle
  • The computation of te Area under the ROC curve is performed using svmroccurve.m that has been extracted from SVM-KM

Contact

About

Matlab/Octave Machine Learning Toolbox for Brain-Computer Interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published